Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: date to datetime conversion with operators LT and GT #851

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

richardtreier
Copy link
Collaborator

@richardtreier richardtreier commented Sep 26, 2024

closes #846

Explanation:

day start |        | day end
GEQ       |        |
LT        |        |
          |        | GT (+1 day)
          |        | LEQ (+1 day)

@richardtreier richardtreier enabled auto-merge (squash) September 26, 2024 08:50
Copy link
Collaborator

@illfixit illfixit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@richardtreier richardtreier merged commit 44aac09 into main Sep 26, 2024
13 checks passed
@richardtreier richardtreier deleted the 2024-09-26-interval-fixes branch September 26, 2024 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create a policy with a time span or evaluation time, and using operators '<=" or '>', not working properly
2 participants